PluginsSyncCallback

A common interface for all synchronous plugin service callbacks must extend.

Inheritors

Functions

Link copied to clipboard
abstract fun on(params: P): R
Invoked when the callback needs a response of type R that may be determined based on the provided callback parameters.